home *** CD-ROM | disk | FTP | other *** search
/ What PC? 2000 May / What PC May 2000 / wpcmay00.iso / DXRS / Glossary.cxt / 00610_Field_Program instruction .txt < prev    next >
Text File  |  2000-03-08  |  396b  |  1 lines

  1. A single word or expression that represents an operation. For example, the program instruction ADD A,B adds the values of A and B. It gets a little more confusing when you consider various types of programming language. High-level programming languages such as Visual Basic are easier to use, but each program instruction is made up of several low-level instructions. (See Programming language.)